treeview: Redo grid line drawing using textures
authorTimm Bäder <mail@baedert.org>
Sat, 10 Aug 2019 06:49:45 +0000 (08:49 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 11 Aug 2019 07:05:25 +0000 (09:05 +0200)
commit4fba7f8c590692a856d71a05377b928e00090ca2
treeab32830adec692759dd245bbad9b4ec6b04e151f
parenta93745238f867d56b4ea268f269914d25406f725
treeview: Redo grid line drawing using textures

The cairo pattern in use was simple enough, so just use a 2×1 or 1×2
texture to draw horizontal and vertical grid lines. This avoids a bunch
of cairo nodes (that can't be cached by the renderers).
gtk/gtktreeview.c